home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-07-28 | 588 b | 36 lines | [TEXT/MPS ] |
- #include "CommonResources.h"
- #include "Types.r"
- #include "SysTypes.r"
-
-
- resource 'STR#' ( 128,"pmsam named", purgeable) {
- {
- "eWorldMSAM"; "aoce MSAM";
- "eWorld Slot"; "aoce Mail ServiceEwrd";
- "eWorldPMSAM"; "aoce DirectoryEwrd";
- }
- };
-
-
- resource 'SIZE' (-1) {
- reserved,
- ignoreSuspendResumeEvents,
- reserved,
- canBackground,
- multiFinderAware,
- backgroundAndForeground,
- dontGetFrontClicks,
- ignoreChildDiedEvents,
- is32BitCompatible,
- isHighLevelEventAware,
- onlyLocalHLEvents,
- notStationeryAware,
- dontUseTextEditServices,
- reserved,
- reserved,
- reserved,
- 409600,
- 409600
- };
-
-